type testing.alternationMatch

4 uses

	testing (current package)
		match.go#L44: type alternationMatch []filterMatch
		match.go#L126: func (m alternationMatch) matches(name []string, matchString func(pat, str string) (bool, error)) (ok, partial bool) {
		match.go#L135: func (m alternationMatch) verify(name string, matchString func(pat, str string) (bool, error)) error {
		match.go#L146: 	b := make(alternationMatch, 0, strings.Count(s, "|"))